Gets or sets the value at a particular time.
Equivalent to using Set(Double, T, Boolean) and Get(Double, Boolean).
Namespace:
JanusAssembly: Janus (in Janus.dll)
Syntax
C# |
---|
public T this[ double time ] { get; set; } |
Parameters
- time
- Type: System..::..Double
The time at which to get or set the value.